PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFForm Class / flattenField Method / flattenField(PDFField,PDFStructureElement) Method
The field to flatten.
The structure element that represents the flattened field.
In This Topic
    flattenField(PDFField,PDFStructureElement) Method
    In This Topic
    Flattens the specified form field and sets the result as content item for the given structure element.
    Syntax
    public void flattenField( 
       PDFField field,
       PDFStructureElement structureElement
    )

    Parameters

    field
    The field to flatten.
    structureElement
    The structure element that represents the flattened field.
    See Also